Azure Serverless Computing Cookbook, Third Edition by Praveen Kumar Sreeram

Azure Serverless Computing Cookbook, Third Edition by Praveen Kumar Sreeram

Author:Praveen Kumar Sreeram
Language: eng
Format: epub
Publisher: Packt Publishing Pvt. Ltd.
Published: 2020-05-28T00:00:00+00:00


Figure 6.28 is a screenshot of the email received after the timer trigger has run:

Figure 6.28: Telemetry email

How it works…

The Azure function uses the Application Insights API to run all the Application Insights Analytics queries, retrieves all the results, frames the email body with all the details, and invokes the SendGrid API to send an email to the configured email account.

Integrating Application Insights with Power BI using Azure Functions

Sometimes, we need to view real-time data regarding our application's availability or information relating to the application's health on a custom website. Retrieving information for Application Insights and displaying it in a custom report would be a tedious job, as you might need to develop a separate website and build, test, and host it somewhere.

In this recipe, you'll learn how easy it is to view real-time health information for the application by integrating Application Insights and Power BI. We'll be leveraging Power BI capabilities for the live streaming of data, and Azure timer functions to continuously feed health information to Power BI. This is a high-level diagram of what we'll be doing in the rest of the recipe:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.